﻿body {
  /* background-image: url(../images/bgReceita.png) !important; */
  width: 100%;
  text-transform: uppercase;
  background-repeat: repeat;
    background-size: auto;
    background: var(--creme);

}

#fadeBg{
    width: 100%;
    height: 20vh;
    background-image: url(../images/bannerprin.png);
    background-size: cover;
    background-position: top;
    filter: blur(6px);
    -webkit-filter: blur(6px);
    position: relative;
}
#fadeBg::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.4);
    height: 100%;
    width: 100%;
}

#goBack{
	display:block;
	margin-top:20px;
	margin-bottom: 80px;
	cursor:pointer;
	font-family: EvelethThin;
	color: #79422E;
}

.container {
  margin: 0 auto;
}
#cod_etica .title-content,
#cod_etica .text-content {
  width: 75%;
  margin: 0 auto;
  border-left: 1px solid var(--chocolate);
  padding-left: 40px;
}
#cod_etica .title-page {
  padding-top: 90px;
}
#cod_etica .title-page h1 {
  font-family: DecoyBlack;
  color: var(--chocolate);
  font-size: 60px;
  margin-bottom: 30px;
}
#cod_etica .title-page h3 {
  font-family: ElzaCondensed;
  font-size: 21px;
  max-width: 450px;
  color: var(--chocolate);
  text-align: left;
  margin-bottom: 60px;
  margin-left: 0;
  text-transform: initial;
}
#cod_etica .text-content {
  border: none;
  padding: 0;
  margin-bottom: 60px;
  margin-top: 25px;
}
#cod_etica .text-content p {
  margin-top: 50px;
  font-size: 18px;
  color: var(--chocolate);
  text-align: left;
  margin: 0;
  font-family: ElzaCondensed;
}
#cod_etica .buttons .button {
  margin-bottom: 20px;
}

#cod_etica .buttons a {
  color: var(--chocolate);
  display: block;
  padding: 13px;
  background-color: var(--amarelo);
  margin-bottom: 20px;
  border-radius: 50px;
  font-size: 14px;
  font-family: DecoyBlack;
  border: 1px solid transparent;
}
#cod_etica .buttons a:hover{
  background-color: var(--creme);
  border-color: var(--chocolate);
  text-decoration: none;
}
#cod_etica .goals {
  margin: 50px auto 30px;
  background-color: var(--amarelo);
  padding: 20px 30px;
  border-radius: 12px;
  margin-bottom: 50px;
}
#cod_etica .goals h4 {
  color: var(--chocolate);
  font-size: 14px;
  font-family: DecoyBlack;
  margin-bottom: 15px;
}
#cod_etica .goals p {
  color: var(--chocolate);
  font-size: 15px;
  margin: 0;
  font-family: ElzaCondensed;
}

@media only screen and (max-width: 768px) {
  #cod_etica .title-content {
    width: 100%;
    padding-left: 10px;
  }
  #cod_etica .text-content {
    width: 100%;
    text-align: justify;
  }
  #cod_etica .title-page {
    padding-left: 0;
  }
  #cod_etica .title-page h1,
  #cod_etica .title-page h3 {
    width: 80%;
  }
}

@media(max-width:440px){
	#fadeBg{
	    height: 10vh;
	}
}

@media only screen and (max-width: 375px) {
  #cod_etica .title-page h1 {
    font-size: 50px;
    width: 90%;
  }
}
